-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Camera callbacks replaced by the events #7156
Conversation
Please search for |
Also, you'll see that in |
Maybe we should consider changing it, as that's not consistent with all other constants engine exports that users use. |
Well, it's consistent with the event documentation at least. 😄 Honestly, take a look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! 👏
based on the discussion here: #7151
The callbacks on the
CameraComponent
:where replaced by matching events fired on
Scene
to allow multiple subscribes.The callbacks were removed, and the user get an error when they try to access them, suggesting a replacement.